From: Richard M. Stallman Date: Sun, 17 Apr 1994 23:36:08 +0000 (+0000) Subject: (EMACS_INT, EMACS_UINT): New typedefs. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92123 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=65fd20249c539bbc35b6ad7b82d09591e400d176;p=emacs.git (EMACS_INT, EMACS_UINT): New typedefs. --- diff --git a/src/config.in b/src/config.in index fbe0f2da436..b015a2b5312 100644 --- a/src/config.in +++ b/src/config.in @@ -166,6 +166,11 @@ and this notice must be preserved on all copies. */ #undef config_machfile #include config_machfile +#ifndef SPECIAL_EMACS_INT +typedef long EMACS_INT; +typedef unsigned long EMACS_UINT; +#endif + /* Load in the conversion definitions if this system needs them and the source file being compiled has not said to inhibit this. There should be no need for you